ComponentOne ASP.NET MVC Controls
Palette Property (TreeMap<T>)

C1.Web.Mvc Namespace > TreeMap<T> Class : Palette Property
Gets or sets an array of default colors to be used in a tree map.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Palette As List(Of Object)
public new List<object> Palette {get;}
Remarks
The array contains strings that represent CSS colors. The array item type could be System.Drawing.Color or TreeMapItemStyle.
See Also

Reference

TreeMap<T> Class
TreeMap<T> Members